Hi
David,
Probably a Virtual Bit might be best. I believe you might
just configure the User Button to set a Virtual IO Bit such as IO
48. Then in your Probe program you would need to check for the bit
inside every wait loop with something like:
if (ReadBit(48)) //
check for abort
{
Jog(0,0); //
stop the axis return; //
exit
}
HTH
Regards
TK
Group: DynoMotion |
Message: 7888 |
From: Tom Kerekes |
Date: 7/9/2013 |
Subject: Re: Simple Internal Switch |
Hi David, I think the "M" in main is capitalized. You shouldn't actually need a program to set a bit. You can configure buttons to set a bit directly. Regards TK
Group: DynoMotion |
Message: 7893 |
From: David Stevenson |
Date: 7/9/2013 |
Subject: Re: Simple Internal Switch |
Hi
Tom,
Configuring
the button does seem like the obvious solution. :o)
Thank
you,
David.
Hi
David, I think the "M" in main is capitalized. You shouldn't
actually need a program to set a bit. You can configure buttons to set a
bit directly. Regards TK
| | | |